home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-12-15 | 302 b | 32 lines | [TEXT/MPS ] |
-
- int Fred()
- {
- return 1;
- }
-
- char *GnuDeath()
- {
- int i=0;
-
- i += 1;
- {
- char *myString[] = {
- "This is",
- "Some real",
- "ßhit stuff"
- };
-
- return myString[1];
- }
-
- }
-
- /*
- ** This works with MPW, but fails with GNU
- * The -b option seems to be giving GNU fits.
-
- gc -b "gnu death 4" -asm
- asm "gnu death 4.a"
-
- */
-